-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: removed unnecessary credentials from ci #936
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'm curious why if: (! startsWith(github.ref, 'refs/tags/')) || (! startsWith(github.ref, 'refs/heads/develop') )
is commented out at multiple places?
I had to create a PR to test the CI even though it wasn't ready for review yet. So you saw a WIP. They were only commented out so I could test the whole workflow without creating a new tag/release. It is ready now! |
Description
There are some dependencies on secrets that are no longer needed but their existence blocked the workflow from running for PRs created form outside forks.
Closes: This will allow contributions from outside collaborators to work correctly.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Include instructions and any relevant details so others can reproduce.
Checklist: